Development - #1527
Open
NishaSharma14 wants to merge 25 commits into
Open
Conversation
…1526) * feat: trigger Bagit Metadata Extraction Job on Project Publication with Downloadable Archive * test: fix failing tests * fix: copilot review changes * fix: update the email template for BagIt generation success notification
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1527 +/- ##
============================================
- Coverage 80.33% 80.26% -0.08%
- Complexity 4416 4483 +67
============================================
Files 289 293 +4
Lines 16241 16430 +189
============================================
+ Hits 13048 13187 +139
- Misses 3193 3243 +50
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
* fix(bagit):Move BagIt archive downloads into public download menu * commit manifest * fix: remove repeated download button
NMRium info for 2D spectra often stores frequencies, filters, and probe fields as arrays, which caused Array to string conversion during bulk extract. Co-authored-by: Nisha Sharma <nisha.sharma@uni-jena.de>
NishaSharma14
temporarily deployed
to
github-pages
September 2, 2026 13:11 — with
GitHub Actions
Inactive
* build(deploy): refresh OpenAPI docs after deployments Regenerate L5 Swagger docs and publish public/api-docs.json as part of the shared post-deploy routine for both dev and prod deployments, so API docs stay in sync with deployed code after build, restart, or successful image deploy. * Add check for OpenAPI documentation refresh status Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update log message for deployment script Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add check to skip OpenAPI docs refresh if already done Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Chandu Nainala <mailcs76@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Match compound tag searches against generated tag slugs instead of extracting translated tag names. This avoids PostgreSQL SQL_ASCII failures when production tag JSON contains escaped Unicode values such as Greek symbols. Validated with: ./vendor/bin/sail artisan test tests/API/SearchControllerTest.php
…dd BagIt informations (#1542)
NishaSharma14
temporarily deployed
to
github-pages
September 7, 2026 10:23 — with
GitHub Actions
Inactive
* fix: optimize ceph backup retention and reduce storage usage - enable gzip compression for PostgreSQL dumps - keep daily backups database-only - monitor the actual Ceph backup disk - tighten retention with weekly/monthly pruning and max storage cap * fix: copilot review changes * chore:composer update * Enhance warning log assertion in DataBackupJobTest Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix(backup): retain yearly backups for 10 years * fix(backup): increase maximum backup storage limit to 300GB * docs(backup): enhance backup and retention policy details across documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.